.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.label1 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  cursor: default;
}

.label1 .label2 {
  display: inline-block;
  cursor: default;
}

li {
  list-style: none;
}

a,
a:hover {
  color: #333333;
  text-decoration: none;
}

h5 {
  font-weight: normal;
}

.hide {
  display: none;
}


.header {
  height: 95px;
  position: relative;
  width: 100%;
}

.navbox li {
  float: left;
  font-size: 16px;
  position: relative;
  margin: 0 28px;
}

.navbox li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #f99604;
  bottom: 22px;
  display: none;
}

.navbox li a {
  text-align: center;
}

.navbox li.on:after,
.navbox li:hover:after {
  display: block;
}

.navbox li.logo:after {
  display: none;
}

.navbox li .ntit {
  display: inline-block;
  line-height: 95px;
  color: #333333;
}

.navbox li dl {
  position: absolute;
  top: 95px;
  left: -28px;
  width: 110px;
  z-index: 999;
  /*background: rgba(247,130,54,0.8);*/
  background: #fff;
  display: none;
}

.navbox li dl dd a {
  /*color: #fff;*/
  color: #333333;
  display: block;
}

.navbox li dl dd a:hover {
  color: #f99604;
}

.header .search {
  position: absolute;
  background: url(../img/search_bg.png) no-repeat center;
  width: 170px;
  height: 38px;
  bottom: 0;
  right: 85px;
  background-size: 100%;
}

.header .search input {
  border: none;
  display: block;
  background: transparent;
  height: 33px;
  line-height: 33px;
}

.header .search #sskey {
  width: 150px;
  margin: 2px auto 0;
  font-size: 16px;
  color: #000000;
  text-indent: 1.5em;
}

.header .search #ssbtn {
  background: url(../img/sbtn.png) no-repeat center;
  width: 22px;
  position: absolute;
  right: 18px;
  top: 3px;
}


.header,
.iban {
  background: #f4f3f3;
}

.iban {
  position: relative;
  overflow: hidden;
  height: 550px;
  clear: both;
  width: 100%;
}

.iban li {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 550px;
  margin-left: -960px;
  text-align: center;
}

.iban li img {
  display: block;
  width: 100%;
}

.iban .prev {
  left: 100px;
}

.iban .next {
  right: 100px;
}

.iban .prev,
.iban .next {
  position: absolute;
  bottom: 30px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  background-color: #f78236;
  width: 30px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.iban .prev img,
.iban .next img {
  display: inline-block;
  max-width: 100%;
}

.iban .btns {
  display: none;
  position: absolute;
  left: initial;
  right: 19%;
  bottom: 30px;
  height: 12px;
  opacity: 0;
}

.iban .btns span {
  display: inline-block;
  float: left;
  width: 67px;
  height: 5px;
  border-radius: 15px;
  background-color: #fff;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iban .btns span.cur {
  background: #f78236;
}

.banner .bbg {
  width: 100%;
  background: url(../img/iban_bg.png) no-repeat center;
  height: 70px;
}

.ipro-wrap {
  padding: 80px 0 40px;
  width: 93.75%;
  margin: 0 auto;
}

.itit {
  background: url(../img/itit_bg.png) no-repeat bottom center;
  width: 152px;
  height: 85px;
  font-size: 30px;
  color: #000000;
  line-height: 50px;
}

.itit a {
  display: block;
  height: 100%;
}

.ipro-wrap .itit {
  margin-left: 66px;
}

.ipro-wrap .ipro-sort {
  text-align: right;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 70px;
}

.ipro-sort li {
  display: inline-block;
  /*width: 110px;*/
  height: 30px;
  line-height: 30px;
  text-align: left;
  background: url(../img/ipsort_bg.png) no-repeat right center;
  margin-right: 10px;
  position: relative;
  font-size: 16px;
  color: #999;
  cursor: pointer;
  padding-right: 10px;
}

.ipro-sort li a {
  color: #999;
}

.ipro-sort li:last-child {
  background: none;
}

.ipro-sort li:after {
  position: absolute;
  content: "";
  width: 33px;
  height: 1px;
  background: #f67928;
  bottom: 0;
  left: 0;
  display: none;
}

.ipro-sort li.on:after,
.ipro-sort li:hover:after {
  display: block;
}

.ipro-sort li.on,
.ipro-sort li:hover,
.ipro-sort li:hover a {
  color: #f67928;
}


.ipro-list li {
  float: left;
  width: 24.5%;
  margin-right: 8px;
}

.ipro-list li .img {
  position: relative;
  overflow: hidden;
  max-height: 274px;
  height: 274px;
}

.ipro-list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.ipro-list li .img .show {
  position: absolute;
  background: url(../img/iplist_bg.png) no-repeat center center;
  bottom: 0;
  width: 100%;
  height: 79px;
  line-height: 79px;
  opacity: 0;
  transition: opacity 0.5s;
}

.ipro-list li .img .show a {
  display: inline-block;
  margin-left: 10%;
  width: 35%;
  height: 26px;
  line-height: 26px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 35px;
  transition: all 0.5s;
}

.ipro-list li .img .show a:hover {
  border: none;
  background: #f67928;
}

.ipro-list li p,
.ipro-list li span {
  padding-left: 20px;
  display: block;
  line-height: normal;
}

.ipro-list li p {
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
}

.ipro-list li span {
  transition: all 0.5s;
  /*transform: translateY(25px);*/
  margin-top: 20px;
  font-size: 14px;
  color: #999999;
}

.ipro-list li:hover .img img {
  transform: scale(1.1, 1.1);
}

.ipro-list li:hover .show {
  opacity: 1;
}

.ipro-list li:hover span {
  margin-top: 0;
  color: #f67928;
}

.ipro-list .ipro-btn {
  margin-top: 60px;
  width: 100%;
  position: relative;
  height: 30px;
  clear: both;
}

.ipro-list .ipro-btn:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 1px;
  height: 30px;
  background: #e5e5e5;
}

.ipro-btn .prev,
.ipro-btn .next {
  position: absolute;
  width: 60px;
  height: 18px;
  top: 6px;
  transition: all 0.5s;
}

.ipro-btn .prev {
  left: 50%;
  margin-left: -60px;
  background: url(../img/ipro_prev.png) no-repeat center 0;
}

.ipro-btn .next {
  right: 50%;
  margin-right: -60px;
  background: url(../img/ipro_next.png) no-repeat center 0;
}

.ipro-btn .prev:hover,
.ipro-btn .next:hover {
  background-position: center -18px;
}

.ivalue-wrap {
  background: #f2f2f2 url(../img/index_40.jpg) no-repeat center center;
  width: 100%;
  height: 1471px;
  padding-top: 40px;
}

.ivalue {
  width: 1200px;
  margin: 0 auto
}

.ivalue .ivalue-tit {
  color: #000;
}

.ivalue-tit span {
  display: block;
  font-size: 30px;
  color: #000;
}

.ivalue-tit p {
  font-size: 24px;
  text-transform: uppercase;
}

.ivalue li {
  /*margin-top: 20px;*/
  overflow: hidden;
}

.ivalue li .img {
  overflow: hidden;
}

.ivalue li .img img {
  transition: all 0.5s;
}

.ivalue li:nth-child(2) .img,
.ivalue li:nth-child(4) .img {
  float: right;
}

.ivalue li:nth-child(2) .right,
.ivalue li:nth-child(4) .right {
  float: left;
}

.ivalue li:hover .img img {
  transform: scale(1.1, 1.1);
}



.icase-wrap {
  background: url(../img/icase_02.jpg) no-repeat top center;
  width: 100%;
  padding-top: 125px;
  position: relative;
}

.icase-wrap .left {
  width: 47.65625%;
  position: relative;
  /*height: 748px;*/
  position: relative;
}

.icase-wrap .left .itemCon {
  position: absolute;
  top: 18%;
  left: 11%;
}

.icase-wrap .left .ico1 {
  width: 46px;
  right: 2%;
  top: 71%;
  height: auto;
}

.icase-wrap .left .ico2 {
  width: 53px;
  height: auto;
  right: -8%;
  top: 71.7%;
}

@media screen and (max-width: 1600px) {
  .icase-wrap .left .itemCon {
    top: 18%;
    left: 6%;
  }

}

@media(max-width: 1440px) {}

@media screen and (max-width: 1366px) {
  .icase-wrap .left .itemCon {
    top: 33%;
    left: 20%;
  }

  /*.icase-wrap .left .ico1 {
		right: 21%;
		top: 65%;
	}
	.icase-wrap .left .ico2 {
    right: 12%;
    top: 64.5%;
    }*/
}

@media(max-width: 1280px) {
  .icase-wrap .left .ico1 {
    width: 46px;
    right: 4%;
    top: 71%;
    height: auto;
  }

  .icase-wrap .left .ico2 {
    right: -9%;
    top: 71.7%;
  }
}

.icase-wrap .iclist-box {
  position: relative;
  width: 52.34375%;
}

.iclist-box .prev,
.iclist-box .next {
  position: absolute;
  width: 65px;
  height: 50px;
  left: -65px;
  transition: all 0.5s;
}

.iclist-box .prev {
  bottom: 0;
  background: url(../img/icase_prev.png) no-repeat center;
}

.iclist-box .next {
  bottom: 50px;
  background: url(../img/icase_next.png) no-repeat center;
}

.iclist-box .prev:hover {
  background: url(../img/icase_prev_h.png) no-repeat center;
}

.iclist-box .next:hover {
  background: url(../img/icase_next_h.png) no-repeat center;
}

.icase-wrap .left .itit {
  position: absolute;
  left: 126px;
  top: 0;
}

.icase-wrap .icase-tit {
  position: absolute;
  line-height: normal;
  top: 25px;
  left: -14%;
  z-index: 44;
  top: 28px;

}

.icase-wrap .left img {
  width: 100%;
  height: 680px;
}

.icase-tit span {
  display: block;
  font-size: 30px;
  font-size: #333;
}

.icase-tit p {
  font-size: 24px;
  color: #666666;
}

.iclist dl {
  overflow: hidden;
  width: 100%;
}

.iclist dl dt {
  height: 100%;
  height: 340px !important;
}

.iclist dl dd {
  height: 100%;
  height: 340px !important;
  background: #32373b;
  position: relative;
}

.iclist dl dd,
.iclist dl dt {
  float: left;
  width: 50%;
  /*height: 374px;*/
}

.iclist dl dd .box {
  position: absolute;
  width: 94%;
  height: 94%;
  top: 3%;
  left: 3%;
  border: 1px solid #9f968d;
  display: table;
  box-sizing: border-box;
}

.iclist dl dd .box .label2 {
  width: 100%;
}

.iclist dl dd .box .icase-words {
  width: 94%;
  margin: 0 auto;
  text-align: left;
}

.iclist dl dd .box h3 {
  font-size: 16px;
  color: #e9e5e1;
  line-height: normal;
}

.iclist dl dd .box h3 span {
  display: block;
  font-size: 14px;
}

.iclist dl dd .box .icase-name {
  font-size: 20px;
  color: #e9e5e1;
  margin: 15px 0 20px;
  position: relative;
}

.icase-name:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background: #5f6366;
  left: 0;
  bottom: 0;
}

.iclist dl dd .box p {
  font-size: 14px;
  color: #e9e5e1;
  line-height: normal;
}

.iclist dl dd .box .icmore {
  display: inline-block;
  padding-left: 35px;
  text-align: right;
  font-size: 12px;
  color: #f67928;
  position: relative;
  line-height: 28px;
  float: right;
  position: absolute;
  bottom: 0.8rem;
  right: 20px;
}

.icmore:before {
  position: absolute;
  content: "";
  left: 0;
  background: url(../img/icase_more.png) no-repeat center 0;
  width: 28px;
  height: 28px;
  transition: all 0.5s;
}

.icmore:hover:before {
  background-position: center -28px;
}

.iclist dl dt img {
  display: block;
  height: auto !important;
  width: 100%;
}

.iclist dl:nth-child(2) dd,
.iclist dl:nth-child(2) dt {
  float: right;
}

.inews-wrap {
  background: url(../img/index_22.jpg) no-repeat bottom center;
  width: 100%;
  padding-bottom: 65px;
}

.inews-wrap .itit {
  float: right;
  margin-right: 5.2%;
  margin-bottom: 25px;
  margin-top: 60px;
}

.inbox {
  clear: both;
  width: 1220px;
  margin: 0 auto;
}

.inbox .left {
  width: 47.6%;
  position: relative;
  height: 374px;
}

.inbox .left .img {
  width: 100%;
  height: 374px;
  position: relative;
  overflow: hidden;
}

.inbox .left .img span {
  display: block;
  position: absolute;
  background: url(../img/index_21.png) no-repeat center;
  width: 73px;
  height: 73px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  transition: all 0.5s;
}

.inbox .left .img img,
.inbox .right .first .fimg img {
  transition: all 1s;
  display: block;
  width: 100%;
}

.inbox .right .first .fimg img {
  max-height: 117px;
}

.inbox .left .ivideo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  display: none;
}

.inbox .left:hover .img img {
  transform: scale(1.1, 1.1);
}

.inbox .left:hover .img span {
  transform: scale(0.9, .0.9);
}

.inbox .right {
  width: 49%;
  margin-right: 10px;
}

.inbox .right .first {
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 10px;
}

.inbox .right .first .fimg {
  width: 38.3%;
}

.inbox .right .first .fcon {
  width: 60%;
  margin-right: 0.2%;
}

.fcon h5 {
  font-size: 18px;
  color: #333333;
  line-height: normal;
}

.fcon p,
.fcon span {
  font-size: 14px;
  color: #999999;
  line-height: normal;
  display: block;
}

.fcon span {
  margin-top: 5px;
}

.inbox .right ul li {
  border-bottom: 1px solid rgba(191, 191, 191, 0.2);
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #000000;
}

.inbox .right ul li em {
  display: inline-block;
  background: url(../img/index_26.jpg) no-repeat center center;
  color: #fff;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 18px;
  margin-right: 15px;
  font-style: normal;
}

.inbox .right ul li a {
  color: #000000;
}

.inbox .right ul li span {
  color: #999999;
  display: inline-block;
  float: right;
}

.inbox .right ul .more {
  display: inline-block;
  float: right;
  color: #f67928;
  background: url(../img/icase_more.png) no-repeat left 0;
  padding-left: 35px;
  height: 28px;
  line-height: 28px;
  margin-top: 50px;
}

.ispe-wrap {
  background: #f4f3f3;
  position: relative;
}

.ispe-wrap .itit {
  text-align: center;
  margin: 0 auto;
  background-position: bottom center;
  position: relative;
  z-index: 999;
  background-color: #f4f3f3;
  padding: 33px 20px 0;
}

.ispe-wrap .ispe-border {
  border: 2px solid #f67927;
  position: absolute;
  width: 86.4%;
  left: 6.8%;
  top: 90px;
  height: 240px;
  z-index: 99;
}

.ispe-list {
  position: relative;
  z-index: 999;
  width: 76.8%;
  margin: 0 auto;
  background: #f4f3f3;
}

.ispe-list li {
  background: transparent;
  overflow: hidden;
  width: 24.1%;
  margin-right: 1.2%;
  margin-top: 85px;
  margin-bottom: 112px;
  float: left;
  transition: all 0.5s;
}

.ispe-list li:last-child {
  margin-right: 0;
}

.ispe-list li .img {
  overflow: hidden;
  width: 100%;
  height: 196px;
}

.ispe-list li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.ispe-list li h5 {
  font-size: 16px;
  color: #333333;
  margin: 10px;
  text-transform: Capitalize;
}

.ispe-list li p {
  margin: 0 10px;
  font-size: 14px;
  color: #999999;
  line-height: normal;
}

.ispe-list li span {
  display: block;
  background: url(../img/icase_more.png) no-repeat left 0;
  height: 28px;
  line-height: 28px;
  padding-left: 35px;
  margin: 20px 10px;
  transition: all 0.5s;
  font-size: 12px;
  color: #f67928;
}

.ispe-list li:hover {
  background: #fff;
  box-shadow: 0.349px 4.988px 5px 0px rgb(175, 158, 146);
}

.ispe-list li:hover img {
  transform: scale(1.1, 1.1);
}


.footer {
  background: #000000;
  padding-top: 55px;
}

.footer .fbox {
  width: 1220px;
  margin: 0 auto;
}

.fbox .flogos {
  border-bottom: 1px solid #474747;
}

.flogos li {
  float: left;
  width: 113px;
  text-align: center;
  height: 46px;
  vertical-align: middle;
  margin-left: 8px;
  margin-bottom: 30px;
}

.flogos li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.fbot .left {
  margin-top: 30px;
}

.fbot .left dl {
  float: left;
  margin-left: 45px;
  width: 65px;
}

.fbot .left dl dt {
  color: rgba(254, 254, 254, 0.8);
  margin-bottom: 15px;
}

.fbot .left dl dd a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}

.fbot .right {
  width: 326px;
  margin-top: 15px;
}

.fbot .right table {
  width: 100%;
  font-size: 14px;
  color: #fefefe;
}

.fbot .right table tr {
  /* text-indent: 3em; */
  display: block;
  padding-left: 3em;
  line-height: 36px;
}

.fbot .right table tr:first-child {
  background: url(../img/ficon_01.png) no-repeat left center;
}

.fbot .right table tr:nth-child(2) {
  background: url(../img/ficon_02.png) no-repeat left center;
}

.fbot .right table tr:nth-child(3) {
  background: url(../img/ficon_03.png) no-repeat left center;
}

.fbot .right table tr:nth-child(4) {
  background: url(../img/ficon_04.png) no-repeat left center;
}

.fbot .right table tr span {
  font-size: 30px;
  color: #fc8202
}

.footer .fwechat {
  margin-top: 25px;
}

.footer .fwechat p {
  float: left;
  width: 120px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-right: 30px;
  text-align: center;
}

.fwechat p img {
  display: block;
  margin: 0 auto;
}

.fcopy {
  border-bottom: 1px solid #404040;
  color: rgba(255, 255, 255, 0.3);
  line-height: 36px;
}

.fcopy a {
  color: rgba(255, 255, 255, 0.3);
}

.flinks {
  padding: 15px 0;
}

.flinks span,
.flinks a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.33);
  margin-right: 5px;
}

.flinks a {
  margin-bottom: 10px;
}


/*关于*/
.sbanner {
  width: 100%;
  height: 320px;
}

.about-wrap {
  position: relative;
  padding-bottom: 90px;
  margin-top: 55px;
}

.navigation {
  background: #d0d0d0;
  height: 85px;
  line-height: 85px;
  color: #666;
  font-size: 16px;
}

.navigation a {
  color: #666;
}

.navigation a:hover {
  color: #f78236;
}

.navigation .w1200 {
  background: url(../img/navigation_bg2.png) no-repeat 30px center;
  height: 100%;
  padding-left: 75px;
}

.profile-tit {
  margin-bottom: 90px;
}

.profile-tit span {
  display: block;
  font-size: 36px;
  color: #333333;
}

.profile-tit p {
  font-size: 30px;
  color: #666666;
  text-transform: uppercase;
  position: relative;
  font-weight: lighter;
}

.profile-tit p:after {
  position: absolute;
  content: "";
  width: 76px;
  height: 3px;
  background: #F67928;
  bottom: 0;
  left: 0;
}

.profile-nav {
  position: absolute;
  top: 80px;
  right: 0;
}

.profile-nav li {
  float: left;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-right: 5px;
}

.profile-nav li a {
  display: inline-block;
  width: 96px;
  border-radius: 10px;
  color: #666666;
  margin-right: 5px;
}

.profile-nav li.on a,
.profile-nav li:hover a {
  background: #f67928;
  color: #fff;
}

.profile {
  font-size: 18px;
  color: #666666;
  line-height: 48px;
  padding: 0 15px;
}

.profile img {
  display: block;
  margin: 0 auto;
}

.brand-wrap {
  background: #e8e8e8;
  margin-top: 0;
  padding-top: 55px;
  padding-bottom: 10px;
}

.brand-tit {
  text-align: center;
  font-size: 30px;
  color: #f67928;
  position: relative;
}

.brand-tit span {
  text-transform: uppercase;
  padding-left: 20px;
  color: #333333;
}

.brand-tit:after {
  position: absolute;
  content: "";
  width: 64px;
  height: 3px;
  background: #f67928;
  left: 50%;
  margin-left: -32px;
  bottom: 0;
}

.brand-jj {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

.brand-jj p:last-child {
  color: #999;
}

.brand-list li {
  float: left;
  width: 390px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 30px;
}

.brand-list li .img {
  width: 100%;
  overflow: hidden;
}

.brand-list li .img img {
  transition: all 0.5s;
  width: 100%;
  height: 260px;
}

.brand-list .brand-info {
  background: #FFFFFF;
  height: 105px;
  padding: 15px;
  width: 360px;
  position: relative;
}

.brand-info span {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.brand-info p {
  font-size: 14px;
  color: #666666;
}

.brand-info p em {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  float: right;
}

.brand-info span.person {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 12px;
  color: #666;
  background: url(../img/pro_102.png) no-repeat left center;
  padding-left: 20px;
}

.brand-list li:hover .img img {
  transform: scale(1.1, 1.1);
}

.page {
  width: 100%;
  height: 40px;
  display: table;
  margin: 50px 0 0;
}

.page a {
  padding: 2px 12px;
  height: 30px;
  display: block;
  float: left;
  margin-left: 10px;
  background: transparent;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}

.page a.active,
.page a:hover {
  background: #f67928;
  color: #fff;
}

.binfo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.updown {
  width: 1045px;
  margin: 40px auto 0;
}

.updown p {
  font-size: 14px;
  color: #333;
  line-height: 46px;
}

.updown a {
  color: #333;
}

.updown p:first-child {
  border-bottom: 1px solid #b8b8b8;
}

.show-bpic img {
  display: block;
  margin: 0 auto;
}

.show-spic {
  margin-top: 90px;
  position: relative;
}

.show-spic ul {}

.show-spic li {
  float: left;
  width: 200px;
  box-shadow: 0px 5px 8px 0px rgba(6, 0, 1, 0.14);
  cursor: pointer;
  margin: 0 7px 10px 15px;
  height: 126.5px;
}

.show-spic ul {
  margin-left: 42px;
}

.show-spic .prev,
.show-spic .next {
  width: 30px;
  height: 87px;
  position: absolute;
  display: block;
  top: 20px;
}

.show-spic .prev {
  background: url(../img/show_prev.jpg) no-repeat center;
  left: 0;
}

.show-spic .next {
  background: url(../img/show_next.jpg) no-repeat center;
  right: 0;
}


.join-jj {
  font-size: 18px;
  color: #666666;
  line-height: 48px;
}

.join-form {
  margin-top: 80px;
}

.join-form h3 {
  font-size: 24px;
  color: #333333;
  margin-left: 10px;
}

.join-box .left {
  width: 260px;
  margin-left: 10px;
}

.join-box span {
  font-size: 14px;
  color: #333333;
}

.join-box .join-input {
  margin-bottom: 15px;
}

.join-input input,
.join-input textarea {
  display: block;
  border: none;
  border: 1px solid #1b1b1b;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 1em;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
}

.join-box .right {
  width: 890px;
  margin-right: 10px;
}

.join-box .right .join-input textarea {
  min-height: 183px;
}

.join-input #jbtn {
  background: #f67928;
  width: 186px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
  margin-top: 30px;
  margin-left: 10px;
  text-indent: 0;
}


/*在售产品*/
.pro-wrap {
  padding-top: 65px;
  background: #e8e8e8;
  padding-bottom: 10px;
}

.pro-filter {
  background: #535353;
  height: 182px;
  margin-bottom: 60px;
}

.pro-filter li {
  float: left;
  margin-left: 30px;
  margin-top: 37px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.pro-filter li span {
  display: inline-block;
  /*margin-right: 15px;*/
  width: 74px;
  text-align: center;
}

.pro-filter li select {
  width: 176px;
  border: 1px solid #d2d2d2;
  color: #333333;
  height: 31px;
  line-height: 31px;
}

.pinfo-wrap {
  background: #fff url(../img/pro_bg.png) no-repeat center center;
  padding: 30px 0;
}

#MagnifierWrap2 {
  position: relative;
  width: 545px;
  margin: 0 auto;
}

.MagnifierMain {
  position: relative;
  width: 545px;
  height: 372px;
}

.MagnifierMain img {
  width: 100%;
}

.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}

.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 999;
  background: #fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center;
}

.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}

.spec-items {
  position: relative;
  width: 482px;
  height: 70px;
  overflow: hidden;
  padding-top: 10px;
  margin: 0 auto;
}

.spec-items ul {
  width: 500%;
  position: absolute;
  top: 10px;
  left: 0;
}

.spec-items ul * {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.spec-items li {
  width: 102px;
  height: 70px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
  box-shadow: 0px 5px 8px 0px rgba(6, 0, 1, 0.14);
}

.spec-items li.on {}

.spec-items li img {
  width: 100%;
}

#MagnifierWrap2 .spe_leftBtn,
#MagnifierWrap2 .spe_rightBtn {
  width: 30px;
  height: 70px;
  position: absolute;
  bottom: 0;
}

#MagnifierWrap2 .spe_leftBtn.on,
#MagnifierWrap2 .spe_rightBtn.on {
  cursor: pointer;
}

#MagnifierWrap2 .spe_leftBtn {
  left: 0;
  background: url(../img/pro_prev.jpg) no-repeat center;
}

#MagnifierWrap2 .spe_rightBtn {
  right: 0;
  background: url(../img/pro_next.jpg) no-repeat center;
}

.pinfo-top .right {
  width: 627px;
  height: 450px;
  border: 1px solid #eeeeee;
}

.pinfo-top .right h1 {
  font-size: 19px;
  color: #333333;
  /* background: url(../img/pro_titbg.png) no-repeat center; */
  width: 617px;
  /* height: 53px; */
  line-height: 36px;
  margin: 0 auto;
  /* text-indent: 1em; */
  padding: 5px;
  background-color: #f1f1f1;
}

.pinfo-top .right table {
  width: 95%;
  margin: 0 auto;
}

.pinfo-top .right table tr td {
  vertical-align: top;
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
  display: inline-block;
  float: left;
}

.pinfo-top .right table tr td:first-child {
  width: 84px;
  font-size: 16px;
  color: #333333;
}

.pinfo-top .right table tr td:last-child {
  width: 480px;
}

.pinfo-top .right table tr td span.price {
  color: #f67829;
  font-size: 24px;
}

.pinfo-top .right table tr td a {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  background: #f8b551;
  border-radius: 5px;
  position: relative;
  top: -5px;
  margin-left: 20px;
}

.pinfo-top .right table tr td.ted span {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
  color: #666666;
  padding-left: 36px;
}

.pinfo-top .right table tr td.ted span:first-child {
  background: url(../img/pro_03.png) no-repeat left center;
}

.pinfo-top .right table tr td.ted span:last-child {
  background: url(../img/pro_04.png) no-repeat left center;
}

.pinfo-top .right table tr td.link a {
  display: inline-block;
  width: 195px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-left: 0;
  margin-right: 20px;
  padding: 0;
  top: 0;
  cursor: pointer;
}

.pinfo-top .right table tr td.link a:first-child {
  // background:#b7b7b7 url(../img/pro_05.png) no-repeat 15px center;
  background-color: #b7b7b7;
  text-align: center;
  // text-indent: 1.6em;
}

.pinfo-top .right table tr td.link a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.15rem;
}

.pinfo-top .right table tr td.link a span {
  display: inline-block;
  vertical-align: middle
}

.pinfo-top .right table tr td.link a:first-child.on {
  background-color: #f67829;
}

.pinfo-top .right table tr td.link a:last-child {
  -background: #f67829;
  background: #f67829 url(../img/pro_055.png) no-repeat 36px center;
  text-indent: 1.6em;
}

.pdetail {
  border: 1px solid #d7d7d7;
  margin-top: 45px;
}

.pdetail .pdtit {
  background: url(../img/pdtit_bg.png) no-repeat 35px top;
  padding-left: 40px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #eb6100;
  border-bottom: 1px solid #d7d7d7;
}

.pdetail .pvideo {
  width: 908px;
  height: 450px;
  margin: 45px auto 68px;
}

.pdetail .pcs {
  width: 1145px;
  margin: 0 auto;
  border-top: 1px solid #bfbfbf;
}

.pdetail .pinfo-tit {
  background: url(../img/pinfo_titbg.jpg) no-repeat center;
  height: 98px;
  line-height: 98px;
  width: 100%;
  font-size: 36px;
  color: #333333;
  text-indent: 1em;
  margin-bottom: 10px;
}

.pdetail .pinfo-pic img {
  display: block;
  margin: 0 auto;
}



.pother h3 {
  font-size: 24px;
  color: #EB6100;
  background: url(../img/pother_01.jpg) no-repeat 26px center;
  text-indent: 2em;
  margin-top: 25px;
  margin-bottom: 30px;
}

.pother .pother-list {
  position: relative;
}

.pother-list ul {
  overflow: hidden;
  background: #e5e5e5;
  width: 880px;
  margin: 0 auto;
  padding: 15px 0;
  height: 110px;
}

.pother-list li {
  float: left;
  width: 162px;
  margin-left: 12px;
  height: 110px;
}

.pother-list li img {
  display: block;
  width: 100%;
  height: 110px;
}

.pother .prev,
.pother .next {
  position: absolute;
  width: 33px;
  height: 111px;
  top: 15px;
}

.pother-list .prev {
  background: url(../img/pother_prev.jpg) no-repeat center center;
  left: 105px;
}

.pother-list .next {
  background: url(../img/pother_next.jpg) no-repeat center center;
  right: 105px;
}


/*无忧服务*/
.service-wrap,
.case-wrap,
.news-wrap {
  padding: 60px 0;
}

.ser-process {
  display: table;
  width: 100%;
}

.ser-process .label2 {
  text-align: left;
}

.ser-process .label1,
.ser-process .label2 {
  cursor: default;
}

.ser-process li {
  font-size: 14px;
  color: #666;
  position: relative;
  float: left;
  width: 164px;
}

.ser-process li p {
  width: 80px;
  display: inline-block;
  text-align: center;
  line-height: 74px;
  font-size: 14px;
  color: #666666;
}

.ser-process li span {
  position: absolute;
  display: inline-block;
  width: 85px;
  background: #f67928;
  top: 40px;
  right: 0;
  height: 2px;
}


.service-list {
  width: 1188px;
  margin: 0 auto;
}

.service-list dl {
  overflow: hidden;
  box-shadow: 0px 3px 3px 0px rgba(4, 0, 0, 0.17);
  margin-bottom: 30px;
}

.service-list dl dt,
.service-list dl dd {
  float: left;
}

.service-list dl dt {
  float: left;
  width: 594px;
}

.service-list dl dd {
  border: 1px solid #BFBFBF;
  padding: 35px 40px;
  width: 512px;
  height: 267px;
}

.service-list dl dd h5 {
  font-size: 24px;
  color: #fc8202;
  position: relative;
}

.service-list dl dd h5:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 176px;
  height: 1px;
  background: rgba(252, 130, 2, 0.33);
}

.service-list dl dd .ser-con {
  padding-top: 10px;
  height: 190px;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  line-height: 36px;
}

.service-list dl:nth-child(2n) dt {
  float: right;
}

.service-list dl:nth-child(2n) dd {
  float: left;
}

.case-wrap {
  background: #eeeeee url(../img/service_bg.png) no-repeat left bottom;
}

.case-nav {
  width: 1086px;
  margin: 0 auto 74px;
  position: relative;
}

.case-nav li {
  width: 138px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #bfbfbf;
  margin-right: 3px;
  text-align: center;
  background: #ffffff;
  font-size: 16px;
  color: #666666;
  float: left;
}

.case-nav li a {
  display: block;
  color: #666;
}

.case-nav li.on {
  background: #f67928;
  border-color: #f67928;
}

.case-nav li.on a {
  color: #fff;
}

.case-nav .prev,
.case-nav .next {
  position: absolute;
  width: 16px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}

.case-nav .prev {
  left: 0;
  background: url(../img/case_prev.png) center 0;
}

.case-nav .next {
  right: 0;
  background: url(../img/case_next.png) center 0;
}

.case-nav ul {
  margin-left: 46px;
  height: 44px;
  overflow: hidden;
}

.case-list li {
  width: 383px;
}

.case-list li {
  margin-right: 25px;
}

.case-list li:nth-child(3n) {
  margin-right: 0;
}

.case-list .brand-info {
  width: 353px;
  height: 60px;
}

.case-list .brand-info span {
  margin-bottom: 0;
}

.cinfo-wrap,
.news-wrap {
  background: #fbfbfb url(../img/service_bg.png) no-repeat left bottom;
}

.cinfo-wrap .w1200 {
  width: 1100px;
  margin: 0 atuo;
}

.cinfo-wrap h1 {
  font-size: 30px;
  color: #000000;
  width: 690px;
  margin: 0 auto 20px;
  text-align: center;
}

.cinfo-wrap .cdate {
  text-align: center;
}

.cinfo-wrap .cdate span {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-right: 35px;
}

.cinfo-wrap .cdate .sharebox a {
  background-image: initial;
}

.cinfo-wrap .cdate .sharebox a.bds_sqq {
  background-image: url(../img/cshare_qq.png);
  background-position: center center;
}

.cinfo-wrap .cdate .sharebox a.bds_tsina {
  background-image: url(../img/cshare_wb.png);
  background-position: center center;
}

.cinfo-wrap .cdate .sharebox a.bds_weixin {
  background-image: url(../img/cshare_wx.png);
  background-position: center center;
}

.cinfo-wrap .cinfo {
  border-top: 1px solid #b5b5b5;
  padding-top: 35px;
  margin-top: 35px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.cinfo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*新闻*/
.news-wrap {
  background-color: #fff;
  padding-top: 120px;
}

.news-wrap .left {
  width: 234px;
}

.news-recomend {
  width: 232px;
  border: 1px solid #f67928;
  /*height: 296px;*/
  margin-bottom: 18px;
}

.news-recomend h3 {
  background: url(../img/news_02.jpg) no-repeat center;
  height: 62px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.news-recomend ul {}

.news-recomend li {
  /*height: 45px;
	line-height: 45px;*/
  background: url(../img/news_03.png) no-repeat 5px 11px;
  /*text-indent: 2em;*/
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 5px 0 20px;
}

.news-recomend li:last-child {
  border-bottom: 0;
}

.news-recomend li a {
  color: #666;
}

.nlbox {
  position: relative;
  margin-bottom: 22px;
}

.nlbox p {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  top: 50%;
  margin-top: -8px;
}

.news-wrap .news-list {
  width: 940px;

}

.news-list dl {
  overflow: hidden;
  width: 100%;
  margin-bottom: 45px;
}

.news-list dl dt {
  width: 304px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.news-list dl dt img {
  width: 100%;
  height: 202px;
  transition: all 0.5s;
}

.news-list dl dt span {
  display: block;
  position: absolute;
  background: url(../img/video_btn.png) no-repeat center;
  width: 65px;
  height: 65px;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
}

.news-list dl dd {
  width: 600px;
  float: right;
  margin-top: 25px;
  color: #666666;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 16px;
}

.news-list dl dd h5 {
  font-size: 18px;
  color: #333333;
}

.news-list dl dd span {
  display: block;
}

.news-list dl dd .date {
  font-size: 14px;
}

.news-list dl dd .date span {
  display: inline-block;
  margin-right: 15px;
}

.news-list dl dd p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 24px;
}

.news-list dl dd span.more {
  background: url(../img/icase_more.png) no-repeat 90% 0;
  text-align: right;
  font-size: 12px;
  color: #f67928;
  height: 28px;
  line-height: 28px;
  transition: all 0.5s;
}

/*.news-list dl:hover dd span.more{
	background-position: 90% -28px;
	}*/
.news-list dl:hover dt img {
  transform: scale(1.1, 1.1);
}

.news-list dl:hover dd h5 {
  color: #f67928;
}

.news-wrap2 {
  background: #fff;
}

.news-wrap2 .w1200 {
  width: 1200px;
}

.news-wrap2 .right {
  width: 800px;
  margin-left: 110px;
}

.video-wrap {
  background: url(../img/video_bg.png) no-repeat bottom center;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.71);
  display: none;
}

.popup .bg {
  display: table;
  width: 100%;
  height: 100%;
}

.popup .video {
  width: 1060px;
  position: relative;
  height: 625px;
}

.popup .video video {
  width: 1010px;
  height: 576px;
  background: #000;
  margin-top: 56px;
  float: left;
}

.popup .video .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/video_close.png) no-repeat center;
  width: 56px;
  height: 56px;
}


/*联系*/
.contact-wrap {
  padding: 60px 0;
}

.cont-top li {
  float: left;
  width: 286px;
  height: 202px;
  display: table;
  margin-right: 17px;
}

.cont-top li h5 {
  font-size: 16px;
  color: #333;
  font-weight: bolder;
  margin-top: 15px;
  position: relative;
  margin-bottom: 10px;
}

.cont-top li h5:after {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -19px;
  background: #1B1B1B;
}

.cont-top li p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}

.cont-top li:first-child {
  background: #fbe3d9;
}

.cont-top li:nth-child(2) {
  background: #e0f2f1;
}

.cont-top li:nth-child(3) {
  background: #e2e5f2;
}

.cont-top li:nth-child(3) ul p {
  font-size: 12px;
}

.cont-top li:nth-child(4) {
  background: #d6effb;
  margin-right: 0;
}

.cont-map {}

.cont-map .cmap-tit {
  margin-top: 76px;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: right;
}

.cmap-tit span {
  display: inline-block;
  width: 100px;
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.cmap-tit span a {
  color: #333;
}

.cmap-tit span.on {
  background: #f67928;
  border-radius: 15px;
}

.cmap-tit span.on a {
  color: #fff;
}

.map-box {
  width: 100%;
  height: 485px;
  position: relative;
}

.map-box #x,
.map-box #y {
  display: none;
}

.map-box .map {
  height: 485px;
}

.map-box .map-info {
  background: #F67928;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 16px;
  padding: 60px 30px 65px 40px;
}

.map-info h5 {
  font-size: 24px;
}

/*专题*/
.sub-wrap {
  padding-top: 60px;
}

.sub-wrap .profile-nav {
  position: initial;
  overflow: hidden;
  margin-bottom: 80px;
  text-align: right;
}

.sub-wrap .profile-nav li {
  display: inline-block;
  float: none;
  color: #999999;
}

.sub-wrap .profile-nav li a {
  color: #999;
  width: 69px;
}

.sub-wrap .profile-nav li.on a,
.sub-wrap .profile-nav li:hover a {
  color: #fff;
}

.sub-wrap .profile-nav .sub-search {
  display: inline-block;
  position: relative;
  width: 112px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #f67928;
  border-radius: 15px;
  position: relative;
  top: 4px;
}

.sub-search input {
  border: none;
  display: block;
  float: left;
  background: none;
  height: 20px;
  line-height: 20px;
}

.sub-search input#sskey {
  width: 100%;
  font-size: 12px;
  color: #f9834f;
  text-indent: 1em;
}

.sub-search input#sskey::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f9834f;
}

.sub-search input#sskey:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f9834f;
}

.sub-search input#sskey::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f9834f;
}

.sub-search input#sskey:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f9834f;
}

.sub-search input#ssbtn {
  position: absolute;
  background: url(../img/ssbtn.png) no-repeat center;
  width: 13px;
  right: 8px;
  top: 0;
}


.show-wrap {
  background: #fff url(../img/show_bg.png) no-repeat bottom center;
}

.float-right-box {
  width: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #191919;
  z-index: 1000;
  transition: width 0.3s ease 0s;
}

.float-right-box.on {
  width: 50px;
}

.float-right-box .top-list {
  width: 100%;
}

.float-right-box .top-list ul {
  width: 100%;
}

.float-right-box .top-list li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #3b3b3b;
  transition: background 0.3s ease 0s;
  height: 50px;
}

.float-right-box .top-list a {
  display: block;
  width: 100%;
}

.float-right-box .top-list .ico {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s ease 0s;
  z-index: 2;
}

.float-right-box .top-list .ico2 {
  background: url(../img/ico_59.png) no-repeat center #191919;
}

.float-right-box .top-list .ico3 {
  background: url(../img/ico_60.png) no-repeat center #191919;
  background-size: 34px 34px;
}

.float-right-box .top-list .ico5 {
  background: url(../img/ico_62.png) no-repeat center #191919;
}

.float-right-box .top-list .ico6 {
  background: url(../img/ico_68.png) no-repeat center #191919;
}

.float-right-box .top-list .ico7 {
  background: url(../img/ico_69.png) no-repeat center #191919;
}

.float-right-box .top-list .icowx {
  background: url(../img/ico_64.png) no-repeat center #191919;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  transition: color 0.3s ease 0s;
  position: absolute;
  left: 28px;
  top: 0;
  z-index: 1;
  width: 222px;
}

.float-right-box .top-list li:hover .stt {
  color: #15191e;
}

.float-right-box .top-list li:hover .ico2 {
  background: url(../img/ico_59_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico3 {
  background: url(../img/ico_60_h.png) no-repeat center #fff;
  background-size: 34px 34px;
}

.float-right-box .top-list li:hover .ico6 {
  background: url(../img/ico_68_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover .ico7 {
  background: url(../img/ico_69_h.png) no-repeat center #fff;
}

.float-right-box .top-list li:hover {
  background-color: #fff;
}

.float-right-box .bot-share {
  position: relative;
  height: 50px;
}

.float-right-box .bot-share .share {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.float-right-box .bot-share a:hover {
  background-color: #525354;
}

.float-right-box .bot-share .share-ico {
  background: url(../img/ico_67.png) no-repeat center #191919;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.float-right-box .bot-share .sina {
  background: url(../img/ico_63.png) no-repeat center;
}

.float-right-box .bot-share .wx {
  background: url(../img/ico_64.png) no-repeat center;
}

.float-right-box .bot-share .tx {
  background: url(../img/ico_65.png) no-repeat center;
}

.float-right-box .bot-share .more {
  background: url(../img/ico_66.png) no-repeat center;
}

.float-right-box .bot-share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  transition: background 0.3s ease 0s;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width:1600px) {
  .ipro-list li .img {
    height: 248px;
  }
}

@media only screen and (max-width: 1366px) {
  .iclist dl dd .box .icase-name {
    margin: 8px 0 12px;
    font-size: 16px;
  }

  .header .search {
    right: 0;
  }

  .navbox li {
    margin: 0 24px;
  }

  .ipro-list li .img {
    height: 211px;
  }
}

.show-bpic .prev {
  background: url(../img/show_prev.jpg) no-repeat center;
  left: 0;
}

.show-bpic .next {
  background: url(../img/show_next.jpg) no-repeat center;
  right: 0;
}

/* 新增 */

.news-list dl dd h5 {
  text-transform: inherit;
}

/* 新增 */




.pro-wrapbox{

}

.pro-wrapbox .tab-ul{
  padding:0 0 40px;
  display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.pro-wrapbox .tab-ul .li{
    margin: 0 10px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size:18px;
    color: #fff;
    background: #999;
    display:block;
    cursor: pointer;
    transition: all .8s;
}
.pro-wrapbox .tab-ul .li:hover,.pro-wrapbox .tab-ul .li.cur{
  background: #f78236;
}
.pro-wrapbox .ulbox a{
  padding: 20px 0;
  display: block;
  border-bottom: 1px solid #d1d1d1;
}
.pro-wrapbox .ulbox a .tit3{
  font-size:22px;
  color:#333;
  margin-bottom:12px;
  transition: all .6s;
  line-height:1.4;
}
.pro-wrapbox .ulbox a .tit4{
  font-size:16px;
  color:#999;
  transition: all .6s;
  line-height:1.4;
}
.pro-wrapbox .ulbox{
  margin-bottom:80px;
}